home *** CD-ROM | disk | FTP | other *** search
/ Ghost Rider iactivecard / Ghost Rider iactivecard.iso / pc / resurrection.swf / scripts / DefineButton2_82 / BUTTONCONDACTION on(press).as next >
Encoding:
Text File  |  2007-04-06  |  95 b   |  5 lines

  1. on(press){
  2.    gotoAndStop("puz");
  3.    myPuzzle.startPuzzle("myPicture3",6,3,true,"none");
  4. }
  5.